home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
programming
/
gamesmaster
/
includes
/
proto
/
games.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-11
|
174 b
|
8 lines
#ifndef PROTO_GAMES_H
#define PROTO_GAMES_H
#include <exec/types.h>
extern struct GMSBase *GMSBase ;
#include <clib/games_protos.h>
#include <pragmas/games_pragmas.h>
#endif